home *** CD-ROM | disk | FTP | other *** search
- # NOTE: # character is used for commenting lines
- # thus lines beggining with # are ignored
-
- # Calling page for this sample is SAMPLE1.HTM
-
- # Following line sets name of SMTP server - that is when uncommented
- #GATEWAY=smtp.server.com
-
- # Specify sender's address
- FROM=<%REQ.FROM%>
-
- # to who to send mail (can have several addresses here)
- # You have to uncomment this line in order to make sample work
- #TO=boban@student.math.hr
-
- # specify Subject of the message
- SUBJECT=CGIMailer - Sample1
-
- # following file will be used to create response page
- TEMPLATE=sample1.htt
-
-
-